google

fun google(configuration: GoogleDsl.() -> Unit)

Configures Google credentials.

Some Chromium features such as Geolocation, Spelling, Speech, etc. use Google APIs. To access them, an API Key, OAuth 2.0 client ID, and client secret are required.

Setting up these credentials is optional. If you do not do it, the specific Google services will not work.


Configures Google credentials.

See also